dvb_table_filter

@struct dvb_table_filter @brief Describes the PES filters used by DVB scan @ingroup frontend_scan

@param tid Table ID @param pid Program ID @param ts_id Table section ID (for multisession filtering). If no specific table section is needed, -1 should be used @param table pointer to a pointer for the table struct to be filled @param allow_section_gaps Allow non-continuous section numbering @param priv Internal structure used inside the DVB core. shouldn't be touched externally.

Members

Variables

allow_section_gaps
int allow_section_gaps;
Undocumented in source.
pid
ushort pid;
Undocumented in source.
priv
void* priv;
Undocumented in source.
table
void** table;
Undocumented in source.
tid
ubyte tid;
Undocumented in source.
ts_id
int ts_id;
Undocumented in source.

Meta